Adding TPC configKeyValues for setting reconstruction parameters#2206
Adding TPC configKeyValues for setting reconstruction parameters#2206ChSonnabend wants to merge 1 commit intoAliceO2Group:masterfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
sawenzel
left a comment
There was a problem hiding this comment.
Please note that there is already a generic solution in place since #1966, which allows to overwrite/set config key values from the outside via a json file. If you agree, I would propose to use that mechanism and close this PR. What we could do, is to offer a switch for the ML-based clusterization however.
|
I am taking a look myself now and will come up with an integration proposal and example. |
|
The alternative proposal is here #2221. The difference is that we don't need more options in o2dpg_sim_workflow.py in this case. Injection of the settings is done via |
Indeed the proposed solution is good, closing this PR, thanks! |
This PR brings the feature of adding further TPC configKeyValue pairs. In achorMC.sh, such arguments can be passed using ALIEN_JDL_ANCHOR_SIM_OPTIONS="--tpc-reco-confkeyvalues GPU_proc.setting1=...;GPU_proc_nn.setting2=...;..." and will be passed to o2dpg_sim_workflow.py